SciChart.Charting3D Assembly > SciChart.Charting3D.Model Namespace : IXyzDataSeries3D<TX,TY,TZ> Interface
IXyzDataSeries3D<TX,TY,TZ> Interface Properties

For a list of all members of this type, see IXyzDataSeries3D<TX,TY,TZ> members.

Public Properties
 NameDescription
 Property Gets the count of the IXyzDataSeries3D (Inherited from SciChart.Charting3D.Model.IXyzDataSeries3D)
 PropertyGets or sets a value indicating whether this instance is dirty. If dirty, any cached data must be re-calculated. You can set this value to True to force recalculation of caches. (Inherited from SciChart.Charting3D.Model.IDataSeries3D)
 Property Gets a value indicating whether updates for the target are currently suspended (Inherited from SciChart.Core.Framework.ISuspendable)
 PropertyGets or sets the parent SciChart.Charting3D.ISciChart3DSurface which this IDataSeries3D instance is attached to. (Inherited from SciChart.Charting3D.Model.IDataSeries3D)
 Property Gets or sets the name of this series. (Inherited from SciChart.Charting3D.Model.IDataSeries3D)
 Property Gets the W values, which are optional point-metadatas per Xyzw point  
 PropertyGets the total extents of the IDataSeries3D in the X direction. (Inherited from SciChart.Charting3D.Model.IDataSeries3D)
 Property Gets the Z values  
 PropertyGets the total extents of the IDataSeries3D in the Y direction. (Inherited from SciChart.Charting3D.Model.IDataSeries3D)
 Property Gets the Y values  
 PropertyGets the total extents of the IDataSeries3D in the Z direction. (Inherited from SciChart.Charting3D.Model.IDataSeries3D)
 Property Gets the Z values  
Top
See Also